EventsObjectWrapper.FireQueryCancel 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.
Raises an event to determine whether an executable should stop running.
public:
bool FireQueryCancel();
public bool FireQueryCancel ();
member this.FireQueryCancel : unit -> bool
Public Function FireQueryCancel () As Boolean
Returns
True if the task should stop running; otherwise, false.