Primo.CronExpression
1.0.3
dotnet add package Primo.CronExpression --version 1.0.3
NuGet\Install-Package Primo.CronExpression -Version 1.0.3
<PackageReference Include="Primo.CronExpression" Version="1.0.3" />
<PackageVersion Include="Primo.CronExpression" Version="1.0.3" />
<PackageReference Include="Primo.CronExpression" />
paket add Primo.CronExpression --version 1.0.3
#r "nuget: Primo.CronExpression, 1.0.3"
#:package Primo.CronExpression@1.0.3
#addin nuget:?package=Primo.CronExpression&version=1.0.3
#tool nuget:?package=Primo.CronExpression&version=1.0.3
About
Primo.CronExpression is a set of ready-to-use activities for Primo RPA Studio designed to automate conversion of Cron expressions into DateTimeOffset values. It addresses the need to calculate scheduled run times for automated tasks. Key activities include: getting all run times in an interval, getting the next run time, and getting the next run times. The package can be added to any Primo RPA Studio project via the built-in dependency manager.
How to Use
In Primo RPA studio, create a project that will be executed by Primo RPA robot. Install this package via the ".Dependencies → Manage Dependencies" menu, the "Cron" node with package elements will appear in Elements tree.
The "Get all runs interval" element gets all DateTimeOffsets for the period from the Cron expression. The "Get next run time" element gets the first DateTimeOffset after the specified time. The "Get next run times" element gets the first n DateTimeOffsets after the specified time.
Key Features
- High performance
- Supports .NET Framework 4.6.1+
Main Types
- Primo.CronExpression.Elements.WFGetAllRunsInInterval
- Primo.CronExpression.Elements.WFGetNextRunTime
- Primo.CronExpression.Elements.WFGetNextRunTimes
Feedback
Bug reports and contributions are welcome at Primo RPA chat
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.