The total time that job takes in running state
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public TimeSpan TotalRunningTime { get; set; } |
Visual Basic |
---|
Public Property TotalRunningTime As TimeSpan Get Set |
Visual C++ |
---|
public: property TimeSpan TotalRunningTime { TimeSpan get (); void set (TimeSpan value); } |