sys.systemTask

Syntax sys.systemTask ()

Params None required

Action Yields control of the processor to other processes, including Frontier agents and other applications.

Returns True

Examples sys.systemTask ()

   » true

Notes Frontier is fully multithreaded, so you do not need to call this verb unless a script wants to wait in a loop until a certain condition is met.

See Also clock.waitSeconds

clock.waitSixtieths

thread.sleepFor

Discuss