TaskProcess
class TaskProcess extends Process (View source)
Properties
| protected | $id | from Process | |
| protected | $name | from Process | |
| protected | $dateStarted | from Process | |
| protected | $dateCompleted | from Process | |
| protected | $exitCode | from Process | |
| protected | $exitMessage | from Process | |
| protected | $batch | from Process | |
| protected | $user | from Process | |
| protected | $input | ||
| protected | $task | 
Methods
                    mixed
                
                
                    getInput()
        
                                            
                
            No description
                    void
                
                
                    setInput(mixed $input)
        
                                            
                
            No description
                    mixed
                
                
                    getTask()
        
                                            
                
            No description
                    void
                
                
                    setTask(mixed $task)
        
                                            
                
            No description
Details
        
                            mixed
    getID()
        
    
    No description
        
                            mixed
    getDateStarted()
        
    
    No description
        
                            void
    setDateStarted(mixed $dateStarted)
        
    
    No description
        
                            mixed
    getDateCompleted()
        
    
    No description
        
                            void
    setDateCompleted(mixed $dateCompleted)
        
    
    No description
        
                            mixed
    getName()
        
    
    No description
        
                            void
    setName(mixed $name)
        
    
    No description
        
                            mixed
    getUser()
        
    
    No description
        
                            void
    setUser(mixed $user)
        
    
    No description
        
                            mixed
    getBatch()
        
    
    No description
        
                            void
    setBatch(mixed $batch)
        
    
    No description
        
                            mixed
    getExitCode()
        
    
    No description
        
                            void
    setExitCode(mixed $exitCode)
        
    
    No description
        
                            mixed
    getExitMessage()
        
    
    No description
        
                            void
    setExitMessage(mixed $exitMessage)
        
    
    No description
        
                            
    jsonSerialize()
        
    
    No description
        
                            mixed
    getInput()
        
    
    No description
        
                            void
    setInput(mixed $input)
        
    
    No description
        
                            mixed
    getTask()
        
    
    No description
        
                            void
    setTask(mixed $task)
        
    
    No description