Click or drag to resize

cCoreStateMonitorCoreExecutionStateDelegate Delegate

Delegate, invoked to broadcast a core execution state change event.

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public delegate void CoreExecutionStateDelegate(
	cCoreStateMonitor statemonitor
)

Parameters

statemonitor
Type: EwECorecCoreStateMonitor
A reference to the EwE Core which execution state changed.
See Also