FormHandlerTaskBase::ResolveByRestart (open)

Request for this task to be restarted. Tasks that try to prevent doing too much work and blocking the task queue should do this

Syntax

LOADLIB "mod::publisher/lib/forms/tasks.whlib";

MACRO ResolveByRestart(DATETIME when, RECORD options)

Parameters

when

When to restart the task. It is rounded up to the minimum restart interval, so you can pass DEFAULT DATETIME if it doesn't matter when you're restarted

RECORD options

Options

auxdata

Auxilliary data cells. This will be merged with the task data when passed to the task, but stored separately to avoid the 4K limit

newdata

New task data