You are here

constant NODE_IMPORT_STATUS_DONE in Node import 6

Status finished.

  • In {node_import_tasks} : the task is fully finished and file and task can be deleted.
  • In {node_import_status} : the row has been imported succesfully.

Related topics

8 uses of NODE_IMPORT_STATUS_DONE
NodeImportNode::testBasicNode in tests/supported/node.test
Test import of basic node.
NodeImportTestCase::assertRowStatusDONE in tests/NodeImportTestCase.php
Check to see if the row status is NODE_IMPORT_STATUS_DONE.
NodeImportTestCase::nodeImportDoAllTasks in tests/NodeImportTestCase.php
Finish all pending import tasks.
node_import_delete_form in ./node_import.admin.inc
Delete a task.
node_import_do_task in ./node_import.inc
Import a number of rows from the specified task. Should only be called from within hook_cron() or from a JS callback as this function may take a long time.

... See full list

File

./node_import.inc, line 63
Public API of the Node import module.

Code

define('NODE_IMPORT_STATUS_DONE', 2);