Equinox Online Help - Language Reference - A to Z
ChangeActivity |
|
|---|---|
| Applies to | ![]() |
| Syntax | ChangeActivity TaskID |
| Action | |
| Scope | |
| Notes | This statement changes the edit focus to the activity identified by the TaskID parameter. SysError is nonzero if the task is not currently running. |
| Category | Flow Control, Multiple Activity Handling |
| See Also | ExecuteTaskHandle, ExecuteTaskParent |
| Example | Variables int viCurrenttaskhandle At Start Of Task viParenttaskhandle = ExecuteTaskParent Button ChangeActivity viParentTaskHandle |
