DocumentCaptureTask.id
|
Property Description |
The ID of the task. |
|
Type |
string |
|
Module |
|
|
Parent Object |
|
|
Sibling Object Members |
|
|
Since |
2025.2 |
Syntax
Important:
The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/task Module Script Samples.
// Add additional code
...
// A unique task ID for the task is returned when you submit the task (docCaptureTask is a previously created task.DocumentCaptureTask object)
var docCaptureTaskId = docCaptureTask.submit(); // docCaptureTaskId is the unique task ID
...
// Add additional code