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

AlgaPatch
ExtensionExtension

Schedule Alga connections sequentially to create a reproducible patch

Description

An AlgaPatch allows the user to schedule specific actions to always be executed sequentially (top to bottom). This allows for reproducible environments to be created.

Class Methods

.new

Create a new patch.

Arguments:

func

Function to execute.

server

The Server where the patch should be executed on

Examples