Gets or sets a value indicating whether the process has timed out.
[Visual Basic] Public Property TimedOut As Boolean [C#] public bool TimedOut {get; set;} [C++] public: __property bool get_TimedOut(); public: __property void set_TimedOut(bool); [JScript] public function get TimedOut() : Boolean; public function set TimedOut(Boolean);
true if the process has timed out; otherwise, false.
WaitForChangedResult Structure | WaitForChangedResult Members | System.IO Namespace