MonitorRunStatus Members

This object returns information about a Monitor.

Functions

Name Description
AddProfileRunInfo
Cancel Cancels the running monitor.
Delete Delete the current Monitor.
ReRun Rerun the monitor.
ReRunEx Rerun the monitor. Return value: Boolean.
ResumePeriodicUpdate Resume auto updating of new data.
SuspendPeriodicUpdate Suspend auto updating of new data.
Update Update the monitor with new data.
WaitForComplete Return value: WaitResult.

Properties

Name Description
ErrorMessage Return value: String. This property is read only.
Idle Returns True if the Monitor is idle. Return value: Boolean. This property is read only.
MonitorData Return value: Variant. This property is read only.
MonitorID Return value: Integer. This property is read only.
PeriodicUpdateSuspended Returns True if auto update of new data is suspended. Return value: Boolean. This property is read only.
ProfileID Return value: Integer. This property is read only.
RealProfileID Return value: Integer. This property is read only.
Result Returns the Monitor results. Return value: Variant. This property is read only.
RunID Return value: Integer. This property is read only.
RunInfo Return value: String. This property is read only.
RunInfoEx Return value: String. This property is read only.
RunResult Return value: WaitResult. This property is read only.
Running Returns True if the Monitor is running. Return value: Boolean. This property is read only.
Updating Returns True if the Monitor is currently updating data. Return value: Boolean. This property is read only.

Events

Name Description
OnCancelled Called when the auto update of new data finished.
OnEnd Called when the Monitor has finished.
OnEndUpdating Called when the auto update of new data finished.
OnError Called when the Monitor has an error.
OnStart Called when the Monitor starts.
OnStartUpdating Called when the auto update of new data starts.