...
- Output status (type: boolean): outputs True if any updates are found, and False if none.
- Output Count (type: int): outputs the number of updates found.
- Output Updates (type: List<string>): outputs a list of the available updates (names).
Cmd
This activity runs a Windows CMD.exe command.
...
The Cmd activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Command (text box editor type) (type: string): the command that you want to be executed. For example: mkdir "C:\\FlowsterSolutions" (this command creates a folder with the specified path).
For easier editing, the user can use the internal editor via the ellipsis button situated on the right hand side of the edit field, or an external editor of his/her choice (customizable in the Designer Settings) via the button to the left of the edit field (). - Command Block (text box editor type) (type: string): the command that needs to be executed. The main difference between the Command field and Command Block is the possibility to use variables:
- Timeout (text box editor type) (type: int32): the number of seconds to wait for the Command to execute.
...
- Output (type: string): outputs the Command ExitCode as a String.
- Output Error (type: string): outputs the Command Output Error as a String.
- Output (type: string): outputs the Command Output Result as a String.
Delete Scheduled Task
...