Click or drag to resize

ISequenceManagerPause Method

Pauses a running sequence. Has no effect if the sequence was already paused before.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void Pause(
	Sequence sequence
)

Parameters

sequence  Sequence
Running Sequence handle.
Exceptions
ExceptionCondition
SdkException Thrown if related sequence seed doesn't exist in the configuration or is not permitted to caller.
See Also