resume

Name

resume -- Resume a Paused Run

Synopsis

proc ::providerName::resume sourceId { ... }

DESCRIPTION

Resumes a run that is paused in the data source identified by sourceId. This proc is optional. Specifically, if the data source provider's capabilities specifies the provider is unable to pause runs, the provider need not implement either this proc or the pause proc. Similarly, the data source manager should not invoke the pause or resume commands on data sources that cannot support it.

The ReadoutGUI data source manager and GUI will prevent an invocation of the pause and resume operations on any data of the data sources unless all data sources specified able to perform these operations.