\Imi\Cron\MessageResult

Summary

Methods
Properties
Constants
__construct()
$action
$id
$processType
$processId
$success
$message
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$action

$action : string

动作

Type

string

$id

$id : string

定时任务ID

Type

string

$processType

$processType : string

进程类型

Type

string

$processId

$processId : string

进程标识符

Type

string

$success

$success : boolean

是否成功

Type

boolean

$message

$message : string

消息

Type

string

Methods

__construct()

__construct(  $action,   $id,   $success,   $message) 

Parameters

$action
$id
$success
$message