Click or drag to resize

RunTimeLog Properties

The RunTimeLog type exposes the following members.

Properties
  Name Description
Public property Enabled Gets or sets a boolean value that indicates whether the run-time log is enabled.
Public property FileName Gets or sets the file name for the run-time log; file name can be set with a relative path.
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
Public property RunningTime Gets last known running-time (10-second resolution).
Public property StartTime Gets last known start-time.
Public property Status Gets the current status details about RunTimeLog.
Public property StopTime Gets last known stop-time.
Public property UpTime Gets the up-time calculation for run-time log, i.e., RunningTime - StartTime (10-second resolution).
Top
See Also