actioncomplete Method

Purpose:

Tells Heximus a sub task has completed.  The specified label is called

Syntax:

CONTROL.actionall = "call_label"

Comments:

Usefull for mutlithreaded apps.

The call label must exist.  An error will be triggered if the label does not exists.

CONTROL currently can be either CLOCK, NETWORK, or FILE

 

Example:

 

file.actioncomplete = "gotsaf"
file.getsaf
halt

gotsaf:

return