Parameters
Action <<CreateThread>>
| Name | Type | Direction | Description | Allowed Values |
|---|---|---|---|---|
| threadID | String | out | For every thread a distinct ID is automatically generated. | any string |
Action <<BlockThread>>
| Name | Type | Direction | Mandatory | Description | Allowed Values | |
|---|---|---|---|---|---|---|
| time | Integer | in | Specify a period of time in seconds defining the sleep time. | any integer | ||
| highResolutionTime | Integer | in | Specify a period of time in milliseconds defining the sleep time. | any integer | ||
Action <<WaitForThread>>
| Name | Type | Direction | Mandatory | Description | Allowed Values |
|---|---|---|---|---|---|
| threadID | String | in | The distinct ID of the thread. | any string | |
| timeout | Integer | in | Specify a period of time in milliseconds defining the thread timeout. | any integer |