PHP 클래스 Automattic\WP\Cron_Control\CLI\Lock

상속: extends WP_CLI_Command
파일 보기 프로젝트 열기: Automattic/vip-mu-plugins-public

공개 메소드들

메소드 설명
manage_create_lock ( $args, $assoc_args ) Manage the lock that limits concurrent job creation
manage_event_lock ( $args, $assoc_args ) Manage the lock that limits concurrent execution of jobs with the same action
manage_run_lock ( $args, $assoc_args ) Manage the lock that limits concurrent job executions

비공개 메소드들

메소드 설명
get_reset_lock ( $args, $assoc_args, $lock_name, $lock_limit, $lock_description ) Retrieve a lock's current value, or reset it

메소드 상세

manage_create_lock() 공개 메소드

Manage the lock that limits concurrent job creation
public manage_create_lock ( $args, $assoc_args )

manage_event_lock() 공개 메소드

Manage the lock that limits concurrent execution of jobs with the same action
public manage_event_lock ( $args, $assoc_args )

manage_run_lock() 공개 메소드

Manage the lock that limits concurrent job executions
public manage_run_lock ( $args, $assoc_args )