Known Avail Project
data class KnownAvailProject(var name: String, val id: String, var projectConfigFile: String, var lastOpened: Long) : JSONFriendly, Comparable<KnownAvailProject>
A reference to an AvailProject on this machine.
Author
Richard Arriaga
Properties
Link copied to clipboard
The absolute path of the projectConfigFile.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The time in milliseconds since the Unix Epoch UTC when the associated project was last opened.
Link copied to clipboard
lastOpened as the local timezone string MM/dd/yyyy HH:mm.
Link copied to clipboard
The path to the AvailProject configuration file.