Back to Misc PlugITs content page
The "Chrono" PlugIT allows to start a chronometer (stopwatch) and to get anytime its value by an event.
Parameters |
|
1 |
Auto Start allows to start the chronometer when the application starts. |
Actions |
|
ReadFormatted |
Gets the chronometer current value (example : 0_0:0:38:828). |
ReadNumber |
Gets the chronometer current value (example : 1186). |
ReadSimplified |
Gets the chronometer current value (exemple : 0 15 864) |
ReadString |
Gets the chronometer current value (example : 1 second 92 ms). |
Start |
Starts (or restart) the chronometer. |
Stop |
Stop and reset the chronometer. |
Events |
|
Current |
Continuously sends the elapsed time in milliseconds. |
Formatted |
Sends the elapsed time as a formatted string (used with ReadFormatted) : dd_hh:mm:ss:ms . |
Number |
Sends the elapsed time in milliseconds (used with ReadNumber). |
Simplified |
Sends the elapsed time as three numbers (used with ReadNumber): mm ss ms. |
Started |
Sends when the chronometer is (re)started. |
Stopped |
Sends when the chronometer is stopped. |
String |
Sends the elapsed time as a string (used with ReadString) Note : the PlugIT returns a string in the user language (english or french, at this time). |