Neolane - JavaScript API - v6.1.0

Unknown
job
Batch jobs executed on the application server
Methods
CancelCancel a job
CheckIfJobInProcessCheck if the job is still running
ExecuteExecutes a job synchronously (in this mode, progress information and cancelation are not available).
FilesExistChecks if files already exist on server (as files or in the resource table).
GetJobsInProcessReturns the non-external jobs currently running
GetStatusGet job processing progress information. Warning: This API does not guarantee to return a list of unique log entries (the caller has to deduplicate them using their ID ).
HasWarningQueries if warnings or errors have been generated for this job
PausePause a job
SubmitSubmits a job for an asynchronous processing
SubmitFromModelSubmits a job from a model
SubmitSoapCallSubmits a job for an asynchronous processing
WaitJobCancelledWaiting for the job to be canceled
Generic Methods
create Creates a new entity corresponding to a given schema.
load Loads and returns an entity corresponding to a given schema and key.
save Saves an entity in the database.

jsapi-en

previous page start next page