task action
The <task action> inspectors grant access to the set of scheduled task actions. Actions have an ID and a type. The action types include starting COM handles, executing programs, sending emails and displaying messages.
| Version | Platforms | 
|---|---|
| 8.0.584.0 | Windows | 
Creation
    
    action of <task definition> : task action
  
  
Properties
    
    id of <task action> : string
  
  
    
    type of <task action> : task action type
  
  
Casts
    
    <task action> as com handler task action : com handler task action
  
  
    
    <task action> as email task action : email task action
  
  
    
    <task action> as exec task action : exec task action
  
  
    
    <task action> as show message task action : show message task action