Property | Type | Description | |
---|---|---|---|
actions | List |
||
cancelToken | System.Threading.CancellationToken | ||
effects | Effect.IEffect>>.List | ||
name | string | ||
setUpAction | Action |
||
tearDownAction | Action |
Method | Description | |
---|---|---|
Controls ( int priority = 1 ) : IRunnableState | ||
Execute ( Action |
||
SequenceJob ( string name ) : System | ||
SetUp ( Action |
||
TearDown ( Action |
||
WaitFor ( System.TimeSpan value ) : ISequenceInstance | ||
WaitFor ( System.TimeSpan value, bool throwExceptionIfCanceled ) : ISequenceInstance | ||
WaitUntilCancel ( ) : ISequenceInstance | ||
WaitUntilCancel ( bool throwExceptionIfCanceled ) : ISequenceInstance |
Method | Description | |
---|---|---|
Run ( System cancelToken, bool loop ) : void |
public Controls ( int priority = 1 ) : IRunnableState | ||
priority | int | |
return | IRunnableState |
public Execute ( Action |
||
action | Action |
|
return | IRunnableState |
public SetUp ( Action |
||
action | Action |
|
return | IRunnableState |
public TearDown ( Action |
||
action | Action |
|
return | IRunnableState |
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 |