ExternalHandlerJob View code

Extends \Job

A type of job that calls an external function for processing. i.e: a UDT or a static function.

If a module is specified for this object, then the module will be loaded before calling the handler.

package

CMS

author

Robert Campbell

copyright

Copyright (c) 2015, Robert Campbell calguy1000@cmsmadesimple.org

since 2.2

Methods

Properties

function

function : string

The callback function name.

Type(s)

string

is_udt

is_udt : boolean

Indicates that the function is a UDT name.

Type(s)

boolean