Factory method to create a Company script object.
@event::getCompany()
None
(Script object) @company
# Get the company name associated to this event and write
it to the log
@company = @event::getCompany()
@script::log("-----------------------")
@script::log("Company Name: " & $company.name)
@script::log("-----------------------")
2008-05-26 16:16:38,963 [processBroker.9] INFO - -----------------------
2008-05-26 16:16:38,978 [processBroker.9] INFO - Company Name: xMatters
2008-05-26 16:16:38,978 [processBroker.9] INFO - -----------------------