Interface IShadowTcoTask
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoTask : IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_abortRequest
Declaration
IShadowBool _abortRequest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_elapsedTime
Declaration
[ReadOnly]
IShadowTime _elapsedTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowTime |
|
|
Improve this Doc
View Source
_enabled
Declaration
[ReadOnly]
IShadowBool _enabled { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_invokeRequest
Declaration
IShadowBool _invokeRequest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_isServiceable
Declaration
[ReadOnly]
[RenderIgnore]
IShadowBool _isServiceable { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_restoreRequest
Declaration
IShadowBool _restoreRequest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_taskState
Declaration
[ReadOnly]
[EnumeratorDiscriminator(typeof(eTaskState))]
IShadowInt _taskState { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoTask)
Declaration
void CopyPlainToShadow(PlainTcoTask source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()