Property | Type | Description | |
---|---|---|---|
cancelToken | System.Threading.CancellationToken | ||
groupControlToken | |||
log | Logger | ||
mainAction | Action |
||
setUpAction | System.Action | ||
tearDownAction | Action |
Method | Description | |
---|---|---|
AutoAddDevices ( int lockPriority = 1, bool enabled = true ) : |
||
Execute ( System cancelToken ) : void | ||
LockWhenRunning ( ) : |
||
LockWhenRunning ( int lockPriority = 1 ) : |
||
Run ( ) : System.Threading.Tasks.Task | ||
Run ( System &cts ) : System.Threading.Tasks.Task | ||
RunAction ( Action |
||
RunAndWait ( ) : void | ||
SetUp ( System.Action action ) : void | ||
Stop ( ) : void | ||
Subroutine ( [ name = "" ) : System | ||
TearDown ( Action |
||
WaitFor ( System.TimeSpan value ) : ISequenceInstance | ||
WaitFor ( System.TimeSpan value, bool throwExceptionIfCanceled ) : ISequenceInstance | ||
WaitUntilCancel ( ) : ISequenceInstance | ||
WaitUntilCancel ( bool throwExceptionIfCanceled ) : ISequenceInstance |
Method | Description | |
---|---|---|
Lock ( ) : void | ||
Release ( ) : void |
public AutoAddDevices ( int lockPriority = 1, bool enabled = true ) : |
||
lockPriority | int | |
enabled | bool | |
return |
public LockWhenRunning ( int lockPriority = 1 ) : |
||
lockPriority | int | |
return |
public Run ( System &cts ) : System.Threading.Tasks.Task | ||
cts | System | |
return | System.Threading.Tasks.Task |
public RunAction ( Action |
||
action | Action |
|
return |
public WaitFor ( System.TimeSpan value ) : ISequenceInstance | ||
value | System.TimeSpan | |
return | ISequenceInstance |
public WaitFor ( System.TimeSpan value, bool throwExceptionIfCanceled ) : ISequenceInstance | ||
value | System.TimeSpan | |
throwExceptionIfCanceled | bool | |
return | ISequenceInstance |
public WaitUntilCancel ( ) : ISequenceInstance | ||
return | ISequenceInstance |
public WaitUntilCancel ( bool throwExceptionIfCanceled ) : ISequenceInstance | ||
throwExceptionIfCanceled | bool | |
return | ISequenceInstance |
protected System.Threading.CancellationToken cancelToken | ||
return | System.Threading.CancellationToken |
protected GroupControlToken,Animatroller.Framework.LogicalDevice groupControlToken | ||
return |