Searched defs:UpdatePolicy (Results 1 – 2 of 2) sorted by relevance
124 struct UpdatePolicy { struct125 bool autoDownload;126 bool autoDownloadNet;127 InstallMode mode;128 AutoUpgradeCondition autoUpgradeCondition;129 uint32_t autoUpgradeInterval[2];
270 export interface UpdatePolicy { interface