Qore DataProvider Module Reference  1.0.2
Pipeline Status Codes

Variables

const DataProvider::PS_ABORTED = "ABORTED"
 Pipeline status: ABORTED.
 
const DataProvider::PS_IDLE = "IDLE"
 Pipeline status: IDLE.
 
const DataProvider::PS_RUNNING = "RUNNING"
 Pipeline status: RUNNING.
 

Detailed Description