﻿<?xml version="1.0" encoding="utf-8"?>
<!--DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"-->
<?xml-stylesheet href="../scheduler.xsl" type="text/xsl"?>

<!--$Id$-->

<xml_element name     = "show_task" 
             title    = ""
             category = "Kommando"
             base_dir = "../"
             parent_page = "../xml_commands.xml"
             author   = "$Author: jz $"
             date     = "$Date: 2012-06-12 21:25:54 +0200 (Di, 12 Jun 2012) $">


    <description>
        <p>
            Shows information for a current task or for a task out of the history.
        <!--Zeigt Informationen einer laufenden Task oder eine Task aus der Historie.-->
        </p>
    </description>


    <xml_parent_elements>
        <xml_parent_element name="commands"/>
    </xml_parent_elements>


    <xml_attributes>
        <xml_attribute name="id" type="number">
      <!--<xml_attribute name="id" type="zahl">-->
            <description>
                <p>
                    The task id.
                <!--Die Task-Id.-->
                </p>
            </description>
        </xml_attribute>
        
        <xml_attribute name="what" same_as_element="show_state"/>
    </xml_attributes>

    <xml_answer element="task"/>
    
    
    <example>
        <pre>
&lt;show_task id="4711"/>
        </pre>
    </example>
</xml_element>
