Skip to content

Instantly share code, notes, and snippets.

@ztirom

ztirom/ax7_job Secret

Created October 27, 2018 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ztirom/c167131f64a493d05bc7066a9ddf7197 to your computer and use it in GitHub Desktop.
Save ztirom/c167131f64a493d05bc7066a9ddf7197 to your computer and use it in GitHub Desktop.
AX7 Runable Csass
class MyJob
{
/// <summary>
/// Runs the class with the specified arguments.
/// </summary>
/// <param name = "_args">The specified arguments.</param>
public static void main(Args _args)
{
info("This is a job!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment