Example #1
0
 /**
  * Gets the render status for the object with the specified id.
  * 
  * @param int $a_obj_id The id of the object to get the status for.
  * @return string The status of the rendering process.
  */
 public static function lookupRenderStatus($a_obj_id)
 {
     $preview = new ilPreview($a_obj_id);
     return $preview->getRenderStatus();
 }