Set an object OnScan
- Last UpdatedJul 26, 2024
- 1 minute read
The OnScan state indicates the object’s run-time state, which means it is performing its normal processing as part of its execute method.
When setting AppEngines OnScan:
-
The hosting WinPlatform’s status must also be OnScan.
-
Any object hosted on the AppEngine is automatically set OnScan.
To set an ApplicationObject OnScan
-
Select the object in the console tree.
-
In the details pane, right-click the ScanStateCmd attribute and click Modify. The Modify Boolean Value dialog box appears.
-
Assuming the current value is False (OffScan), click True, click Apply, and then click OK.
Note that the ScanState attribute’s value in the details pane remains False (OffScan).
-
To update the display, click the ScanStateCmd attribute.