Run¶
-
virtual void ITopController::Run() = 0¶
Requests a transition to the “Run” state.
- Throws
CInvalidOperationException
– Top-controller not in “Config” state.CInvalidOperationException
– A parallel thread is executing a configuration action that prevents the top-controller from transitioning to the “Run” state.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CIncompatibleException
– Incompatible firmware version loaded.CObjectDestroyedException
– Object is destroyed.
- Remarks
This call blocks until the “Run” state is reached.