last
Short summary
This property returns the last step of the cycle manager, useful for error steps.
Example
TIMEOUT_STEP_FOR_RETRY:
cM.steps.next := cM.steps.last-1;
cM.waitFor(ACK);
- **Type:** `DINT`
- **Getter:** `public`
- **Setter:** `protected`
## Code
### `Declaration`
```structuredtext
{attribute 'hide'}
PROPERTY last : DINT