update api/@ohos.resourceschedule.workScheduler.d.ts.

Signed-off-by: lipengfei <lipengfei53@huawei.com>
This commit is contained in:
lipengfei 2023-09-27 14:36:44 +00:00 committed by Gitee
parent 5bd560c25f
commit 74873d8717
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -222,7 +222,7 @@ declare namespace workScheduler {
* @throws { BusinessError } 9700003 - System service operation failed.
* @syscap SystemCapability.ResourceSchedule.WorkScheduler
* @StageModelOnly
* @since 10
* @since 9
*/
function obtainAllWorks(callback: AsyncCallback<void>): Array<WorkInfo>;