TerminateCheck
in package
Table of Contents
Properties
- $loggerPath : string
- $terminateFlagPath : string
Methods
- __construct() : mixed
- TerminateCheck constructor.
- check() : mixed
- 処理が中断したか判定
- removeFlag() : mixed
- 処理中断フラグの削除
- terminate() : mixed
- 処理を中断する
Properties
$loggerPath
protected
string
$loggerPath
$terminateFlagPath
protected
string
$terminateFlagPath
Methods
__construct()
TerminateCheck constructor.
public
__construct(string $logger_path, string $terminate_flag_path) : mixed
Parameters
- $logger_path : string
- $terminate_flag_path : string
check()
処理が中断したか判定
public
check() : mixed
removeFlag()
処理中断フラグの削除
public
removeFlag() : mixed
terminate()
処理を中断する
public
terminate() : mixed