ManagedTaskBase::RunTask (open)

Override RunTask with your task code. This function is run with open work, so keep I/O to a minimum (use PrepareTask instead). Throw exceptions if something fails and you want to be restarted, and use ResolveByRestart for a graceful continuation later

Syntax

LOADLIB "mod::system/lib/tasks.whlib";

MACRO RunTask(RECORD data)

Parameters

RECORD data

Task data