Newer Version Available

This content describes an older version of this product. View Latest

EnvelopeStatusScheduler Class

The ind_docgen_api.EnvelopeStatusScheduler class schedules Envelope Status updates.

Namespace

Example

EnvelopeStatusScheduler Methods

The following are methods for EnvelopeStatusScheduler.

execute(ctx)

Executes the scheduled Apex job for Envelope Status Updates.

Signature

public void execute(System.SchedulableContext ctx)

Parameters

ctx
Type: System.SchedulableContext
Contains the job ID.

Return Value

Type: void