Skip to content

Latest commit

 

History

History
112 lines (77 loc) · 3.92 KB

ne-faxcomex-fax_job_status_enum.md

File metadata and controls

112 lines (77 loc) · 3.92 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:faxcomex.FAX_JOB_STATUS_ENUM
FAX_JOB_STATUS_ENUM (faxcomex.h)
The FAX_JOB_STATUS_ENUM enumeration defines the status values for a fax job.Note  The members fjsPAUSED and fjsNOLINE are modifiers; they can be used in combination with any other member of this enumeration.
FAX_JOB_STATUS_ENUM
FAX_JOB_STATUS_ENUM enumeration [Fax Service]
_mfax_fax_job_status_enum
fax._mfax_fax_job_status_enum
faxcomex/FAX_JOB_STATUS_ENUM
faxcomex/fjsCANCELED
faxcomex/fjsCANCELING
faxcomex/fjsCOMPLETED
faxcomex/fjsFAILED
faxcomex/fjsINPROGRESS
faxcomex/fjsNOLINE
faxcomex/fjsPAUSED
faxcomex/fjsPENDING
faxcomex/fjsRETRIES_EXCEEDED
faxcomex/fjsRETRYING
faxcomex/fjsROUTING
fjsCANCELED
fjsCANCELING
fjsCOMPLETED
fjsFAILED
fjsINPROGRESS
fjsNOLINE
fjsPAUSED
fjsPENDING
fjsRETRIES_EXCEEDED
fjsRETRYING
fjsROUTING
fax\_mfax_fax_job_status_enum.htm
Fax
VS|fax|~\fax\faxinto_z_7zcd.htm
12/05/2018
FAX_JOB_STATUS_ENUM, FAX_JOB_STATUS_ENUM enumeration [Fax Service], _mfax_fax_job_status_enum, fax._mfax_fax_job_status_enum, faxcomex/FAX_JOB_STATUS_ENUM, faxcomex/fjsCANCELED, faxcomex/fjsCANCELING, faxcomex/fjsCOMPLETED, faxcomex/fjsFAILED, faxcomex/fjsINPROGRESS, faxcomex/fjsNOLINE, faxcomex/fjsPAUSED, faxcomex/fjsPENDING, faxcomex/fjsRETRIES_EXCEEDED, faxcomex/fjsRETRYING, faxcomex/fjsROUTING, fjsCANCELED, fjsCANCELING, fjsCOMPLETED, fjsFAILED, fjsINPROGRESS, fjsNOLINE, fjsPAUSED, fjsPENDING, fjsRETRIES_EXCEEDED, fjsRETRYING, fjsROUTING
faxcomex.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
FAX_JOB_STATUS_ENUM
19H1
FAX_JOB_STATUS_ENUM
faxcomex/FAX_JOB_STATUS_ENUM
c++
APIRef
kbSyntax
HeaderDef
FaxComex.h
FAX_JOB_STATUS_ENUM

FAX_JOB_STATUS_ENUM enumeration

-description

The FAX_JOB_STATUS_ENUM enumeration defines the status values for a fax job.

Note  The members fjsPAUSED and fjsNOLINE are modifiers; they can be used in combination with any other member of this enumeration. Other members cannot be used as modifiers.
 

-enum-fields

-field fjsPENDING:0x1

The fax job is in the queue and pending service.

-field fjsINPROGRESS:0x2

The fax job is in progress.

-field fjsFAILED:0x8

The fax job failed.

-field fjsPAUSED:0x10

The fax server paused the fax job. This value can arrive in a bitwise combination with another value.

-field fjsNOLINE:0x20

There is no line available to send the fax. The fax server will send the transmission when a line is available. This value can arrive in a bitwise combination with another value.

-field fjsRETRYING:0x40

The fax job failed. The fax server will attempt to retransmit the fax after a specified interval.

-field fjsRETRIES_EXCEEDED:0x80

The fax server exceeded the maximum number of retransmission attempts allowed. The fax will not be sent.

-field fjsCOMPLETED:0x100

The fax job is completed.

-field fjsCANCELED:0x200

The fax job was canceled.

-field fjsCANCELING:0x400

The fax job is being canceled.

-field fjsROUTING:0x800

The fax job is being routed.

-see-also

IFaxJobStatus::get_Status

IFaxOutgoingJob::get_Status

Status