Instance.runTask(activity,task,args,submit,expect,wait)

Runs the given task number of the specified activity for this Instance.

Arguments:

Name Type Description Mode
activity String String activity name. in
task Int int task number. in
args Any[Any] Arguments containing the instance initialization data. in
submit String[] Simulated components execution values. in
expect String expected value. in
wait Interval Interval to wait. in