WSDOT Custom Scripting for Hyperion

GlobalStartup.Updated Property

Sets a key in a GlobalStartup object.
object.Updated

Arguments

object
Required. Always the name of a GlobalStartup object.



Remarks

The following example illustrates the use of the Updated property.

//	write the last update date of the current message to the console
Console.Writeln(wsdot_GlobalStartup.Updated);
//	write the current message to the console
Console.Writeln(wsdot_GlobalStartup.getMsg());
//	open the WSDOT Hyperion Custom Script help in Internet Explorer
wsdot_GlobalStartup.getHelp();


Applies To:

GlobalStartup Object



Requirements

The WSDOT Custom Scripts from the script repository must be loaded into the document.