Run¶
-
void ITopController.Run()¶
Requests a transition to the “Run” state.
- Throws
InvalidOperationException
– Top-controller not in “Config” state.InvalidOperationException
– A parallel thread is executing a configuration action that prevents the top-controller from transitioning to the “Run” state.CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.IncompatibleException
– Incompatible firmware version loaded.System.ObjectDisposedException
– Object is disposed.
- Remarks
This call blocks until the “Run” state is reached.