Times
Times - CountMilliseconds
Counts the total amount of milliseconds from the beginning of the run
IN
| Name | Type | Description |
|---|---|---|
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutMilliseconds | Double | The milliseconds from the beginning of the run. |
| Error | ErrorState | Gets the execution error message |
Times - DateTimeString
Gets current DateTime as string based on selected DateTimeFormat
IN
| Name | Type | Description |
|---|---|---|
| InFormat | Enum < DateTimeFormat > | The date format. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutDateTime | String | The string representation of current datetime. |
| Error | ErrorState | Gets the execution error message |
Times - DateTimeStringCustomFormat
Gets current DateTime as string based on custom format.Some format examples are : yyyyMMdd , yyyyMMddHHmmssfff , hss.ff t , dd MMM HH
ss
IN
| Name | Type | Description |
|---|---|---|
| InFormat | String | The custom date format. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutDateTime | String | The string representation of current datetime. |
| Error | ErrorState | Gets the execution error message |
Times - Delay
Blocks execution for the given amount of milliseconds
IN
| Name | Type | Description |
|---|---|---|
| InTime_ms | Int | The delay expressed in milliseconds. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Error | ErrorState | Gets the execution error message |