-
Notifications
You must be signed in to change notification settings - Fork 76
}bedrock.server.executecommand
lotsaram edited this page Apr 24, 2020
·
1 revision
This process will run the TI ExecuteCommand function.
Use Case: Intended for production.
- To run an executeCommand function from any part of the model, including RushTI or third party system without direct access to TI Editor.
- To remove the requirement of creating a one off process to use this function
Parameter | Data Type | Default | Prompt Text |
---|---|---|---|
pLogOutput |
Numeric | 0 |
Optional: write parameters and action summary to server message log (Boolean True = 1) |
pCommand |
String | The full command line string to execute | |
pWait |
String | 0 |
Wait for command to finish 0=false 1=true |
Process doesn't call any dependencies.
test sidebar