Used during the commandStarting event to get or set if the command should be allowed to continue executing or be canceled. This defaults to false, which will allow the command to execute. Setting this to true will cancel the command and not begin the execution. This property should be ignored for all events besides the commandStarting event.
"applicationCommandEventArgs_var" is a variable referencing an ApplicationCommandEventArgs object.
|
"applicationCommandEventArgs_var" is a variable referencing an ApplicationCommandEventArgs object.
|