Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
run_external_process [2013/08/13 18:00]
admin
run_external_process [2015/10/13 17:55]
admin
Line 7: Line 7:
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| File Name  | [[String Type|String]]  | The executable *.exe or *.com file name. If you are using a long file name containing a space, use a double-quoted string. ​ | +| File Name  | [[String Type]] ​ | The executable *.exe or *.com file name. If you are using a long file name containing a space, use a double-quoted string. ​ | 
-| Parameters ​ | [[String Type|String]]  | Process execution parameters. ​ |+| Parameters ​ | [[String Type]] ​ | Process execution parameters. ​ |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
-^ Name ^ Type ^ Description ^ Default Value ^ +^ Name  ^ Type  ^ Description ​ ^ Default Value  
-| Wait Process Completion ​ | [[Bool Type|Bool]]  | If true, the model waits for termination of the process. Otherwise, the model runs parallel to the process. ​ | True  | +| Wait Process Completion ​ | [[Boolean Value Type]] ​ | If true, the model waits for termination of the process. Otherwise, the model runs parallel to the process. ​ | True  | 
-| Seconds to Wait  | [[Int Type|Int]]  | The model waits this value (in seconds) to resume. If zero, the model waits for the the process to terminate. ​ | 0  |+| Seconds to Wait  | [[Integer Value Type]] ​ | The model waits this value (in seconds) to resume. If zero, the model waits for the the process to terminate. ​ | 0  |
  
 ===== Outputs ===== ===== Outputs =====
 +
 +None.
  
 ===== Group ===== ===== Group =====