Table of Contents

TJobProc Anonymous method

A procedure type for the work done by a TJobWorker.

Remarks

AToken: Canceled when the worker is stopping.

Syntax

Unit: Sparkle.Host.Jobs

TJobProc = reference to procedure(const AToken: ICancellationToken);