Nextcloud PHP API (master)

JobStatus : int
in package

Background job statuses

Tags
since
34.0.0

Table of Contents

Cases

CRASHED  = 3
Background job crashed the PHP process
FAILED  = 2
Background job failed
RUNNING  = 0
Background job is still running
SUCCEEDED  = 1
Background job completed sucessfully

Cases

RUNNING

Background job is still running

Tags
since
34.0.0

SUCCEEDED

Background job completed sucessfully

Tags
since
34.0.0

FAILED

Background job failed

Tags
since
34.0.0

CRASHED

Background job crashed the PHP process

Tags
since
34.0.0
On this page

Search results