return new Node(Interpreter.mySelf().getDeadlockTime());
}
public Node external_is_interpreter_timeout_check(Node startAt) throws Exception {
startAt.isGoodArgsLength(true, 1);
return new Node(Interpreter.mySelf().isTimeOutCheck() ? Node.TRUE: Node.FALSE);
}