LeadManualOpportunityAgent
extends AgentBase
Table of Contents
Methods
-
doRun()
: mixed
-
getInstance()
: mixed
-
getItems()
: mixed
-
getProgressData()
: mixed
-
isEnabled()
: mixed
-
markAsDisabled()
: mixed
-
run()
: mixed
-
setProgressData()
: mixed
doRun()
public
static doRun() : mixed
getInstance()
public
static getInstance() : mixed
getItems()
public
getItems(mixed $offsetId, mixed $limit) : mixed
Parameters
-
$offsetId
: mixed
-
-
$limit
: mixed
-
getProgressData()
public
getProgressData() : mixed
isEnabled()
public
isEnabled() : mixed
markAsDisabled()
public
markAsDisabled() : mixed
run()
public
static run() : mixed
setProgressData()
public
setProgressData(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-