m |
m (formatting) |
||
Line 9: | Line 9: | ||
===Stop time measuring=== | ===Stop time measuring=== | ||
− | ;<code>[gn:act_stopChrono]|[target]</code> | + | :;<code>[gn:act_stopChrono]|[target]</code> |
− | {| class="wikitable sortable" style="font-size: 85%; text-align: left;" | + | :{| class="wikitable sortable" style="font-size: 85%; text-align: left;" |
|- | |- | ||
! scope="col" | Parameter | ! scope="col" | Parameter | ||
! scope="col" | Description | ! scope="col" | Description | ||
|- | |- | ||
− | | [[target|target]] | + | | <code>[[target|target]]</code> |
| [[target]] where the time measuring will be stopped (paused) | | [[target]] where the time measuring will be stopped (paused) | ||
* Valid [[target|targets]]: | * Valid [[target|targets]]: | ||
Line 24: | Line 24: | ||
====Example==== | ====Example==== | ||
− | <code>@+id/targetwidget</code> - <code>[[GnChronometer]]</code> [[target]] | + | :<code>@+id/targetwidget</code> - <code>[[GnChronometer]]</code> [[target]]<br> |
− | <code>[gn:act_stopChrono]|[@+id/targetwidget]</code> | + | :; ⤷ <code>[gn:act_stopChrono]|[@+id/targetwidget]</code> |
<hr> | <hr> |
Latest revision as of 13:52, 12 July 2017
gn:act_stopChrono
- Description
- Action used to stop (pause) the
GnChronometer
time measuring. - Action returns
- void
Action signatures
Stop time measuring
[gn:act_stopChrono]|[target]
Parameter Description target
target where the time measuring will be stopped (paused) - Valid targets:
Example
@+id/targetwidget
-GnChronometer
target
- ⤷
[gn:act_stopChrono]|[@+id/targetwidget]
- ⤷