Implements a taskpanel container for hosting and executing task panels (<code>$TSK)</code>(c) SAP AG 2003-2006. All rights reserved. Indicates whether auto-hide mode is engaged. Gets the current task group Id. Gets the current task panel Id. Gets the description of this module. Indicates whether the module is hidden. Gets or sets the task panel loading timeout, in milliseconds. Gets the maximum module size. Gets the minimum module size. Gets or sets the module size. Closes any currently open panel. Closes the current temporary panel, if any.If the current panel is not a temporary task panel (see <q ref="core.env:KitTaskpanels!defineTaskpanel">defineTaskpanel</q>), then this method has no effect. Gets a specified task panel, if it has been already loaded.The Id of the task panel to get; if omitted, the currently active panel will be returned.The requested panel, or <code>null</code> if not found. Callback method that should be called by a nested task frame to notify it has completed loading.The loaded task frame object. Opens a specified task group, exposing the current task panel within that group.The Id of the task group to open.Indicates whether to carry out the operation immediately, without any animations. Opens a specified task panel, exposing its containing task group if needed.The Id of the task panel to open.Indicates whether to carry out the operation immediately, without any animations.A callback function to call when the panel has completed loading. Refreshes the task panel. Sets the title of the specified task panel.The Id of the task panel to change.The new task panel title.