OCLOperators ExecuteCurrentActionAgainOnce
Created by Stephanie on 2025-01-08 · Last edited by Edgar on 2026-06-03.
This operator instructs the ViewModel to re attempt the execution of the action currently being processed. It is most commonly used in the OnFail logic of a REST request to handle transient errors specifically stale access tokens
Syntax
selfVM.ExecuteCurrentActionAgainOnce
