Browse: Home / Classes / Learndash_Admin_Action_Scheduler /

Learndash_Admin_Action_Scheduler::is_task_in_progress

Learndash_Admin_Action_Scheduler::is_task_in_progress( string $group_name,  string $task_name )

Returns if a task is currently in progress (enqueued or running).


Description #


Parameters #

$group_name

(string) (Required) The group name.

$task_name

(string) (Required) The task name.


Return #

(boolean) True if a task is currently in progress, false otherwise.


Source #

File: includes/admin/class-learndash-admin-action-scheduler.php


Changelog #

Changelog
Version Description
4.3.0 Introduced.