AlgaStep:
Filter:
AlgaLib/Classes (extension) | Alga

AlgaStep
ExtensionExtension

Utility class to schedule actions on specific future triggers of an AlgaPattern

Description

An AlgaStep is a utility class that allows the user to schedule actions on specific future triggers of an AlgaPattern

Class Methods

.new

Arguments:

step

Specify how many triggers in the future should the action happen.

retryOnFailure

Specify if, on failure, there should be more tries on the successive triggers.

tries

Specify how many tries to attempt.

post

Specify if the action should be executed AFTER the triggering of the pattern.

Examples