RunStateEvent.IsValid Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether the request to change the run state is valid.
public:
override bool IsValid();
public override bool IsValid ();
override this.IsValid : unit -> bool
Public Overrides Function IsValid () As Boolean
Returns
true if the request to change the run state is valid; otherwise, false.