Overview

Namespaces

  • Nethgui
    • Adapter
    • Authorization
    • Component
    • Controller
      • Collection
      • Table
    • Exception
    • Log
    • Model
    • Module
      • Help
      • Notification
    • Renderer
    • Serializer
    • System
    • Test
      • Tool
      • Unit
        • Nethgui
          • Adapter
            • ParameterSet
          • Authorization
          • Log
          • Module
            • Notification
          • Renderer
          • Serializer
          • System
          • Utility
          • View
        • Test
          • Tool
    • Utility
    • View
    • Widget
      • Xhtml
  • None
  • Test
    • Tool

Classes

  • StaticFiles
  • SystemTasks
  • UserNotifications
  • ValidationErrors
  • Overview
  • Namespace
  • Class
  • Deprecated

Class SystemTasks

Access to status informations of background running tasks

Namespace: Nethgui\Model
Author: Davide Principi davide.principi@nethesis.it
Since: 1.6
Located at Model/SystemTasks.php
Methods summary
public
# __construct( Nethgui\Log\LogInterface $log )
public
# getRunningTasks( )
public
# getStartingTasks( )
public array
# getTaskStatus( string $taskId )

Parameters

$taskId

Returns

array

Throws

RuntimeException
public
# setTaskStarting( $taskId )
Constants summary
string PTRACK_PATH_TEMPLATE
# '/var/run/ptrack/%s.sock'
string PTRACK_DUMP_PATH
# '/var/spool/ptrack/%.16s.dump'
integer TY_DECLARE
# 0x01
integer TY_DONE
# 0x02
integer TY_QUERY
# 0x03
integer TY_PROGRESS
# 0x04
integer TY_ERROR
# 0x40
integer TY_RESPONSE
# 0x80
Properties summary
protected Nethgui\Utility\PhpWrapper $phpWrapper
#
protected Nethgui\Log\LogInterface $log
#
Nethgui Framework API documentation generated by ApiGen