RefreshStatus method: Task class
Syntax
RefreshStatus()
Description
Use the RefreshStatus method to refresh only the status of the task. If you want to refresh all the task properties, use the Refresh method.
Parameters
None.
Returns
None.
Example
The following refreshes the status of the task:
&MyTask.RefreshStatus();
Related Topics