| Package | org.spicefactory.lib.command.util | 
| Class | public class CommandUtil | 
| Inheritance | CommandUtil    Object | 
| Method | Defined By | ||
|---|---|---|---|
isCancellable(com:Command):Boolean [static] 
	 Determines whether the target command can be cancelled.  | CommandUtil | ||
isSuspendable(com:Command):Boolean [static] 
	 Determines whether the target command can be suspended.  | CommandUtil | ||
| isCancellable | () | method | 
 public static function isCancellable(com:Command):BooleanDetermines whether the target command can be cancelled.
Parameters
com:Command — the target command
	  | 
Boolean — true if the target command can be cancelled
	  | 
| isSuspendable | () | method | 
 public static function isSuspendable(com:Command):BooleanDetermines whether the target command can be suspended.
Parameters
com:Command — the target command
	  | 
Boolean — true if the target command can be suspended
	  |