perso.js

Summary

Personalization Client


/**
 *  ---------
 * |.##> <##.|  SmartCard-HSM Support Scripts
 * |#       #|
 * |#       #|  Copyright (c) 2011-2012 CardContact Software & System Consulting
 * |'##> <##'|  Andreas Schwier, 32429 Minden, Germany (www.cardcontact.de)
 *  ---------
 *
 * Consult your license package for usage terms and conditions.
 *
 * @fileoverview Personalization Client
 */

var Scheduler = require("Scheduler").Scheduler;

load("jobs.js");

var scheduler = new Scheduler(Jobs);

scheduler.selectJob();
scheduler.selectMode();


Documentation generated by JSDoc on Sat Feb 24 15:17:19 2024