Interface ITcoTask
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface ITcoTask : ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_abortRequest
Declaration
IOnlineBool _abortRequest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_elapsedTime
Declaration
[ReadOnly]
IOnlineTime _elapsedTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineTime |
|
|
Improve this Doc
View Source
_enabled
Declaration
[ReadOnly]
IOnlineBool _enabled { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_invokeRequest
Declaration
IOnlineBool _invokeRequest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_isServiceable
Declaration
[ReadOnly]
[RenderIgnore]
IOnlineBool _isServiceable { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_restoreRequest
Declaration
IOnlineBool _restoreRequest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_taskState
Declaration
[ReadOnly]
[EnumeratorDiscriminator(typeof(eTaskState))]
IOnlineInt _taskState { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoTask)
Declaration
void FlushOnlineToPlain(PlainTcoTask source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoTask)
Declaration
void FlushPlainToOnline(PlainTcoTask source)
Parameters