Sign in
opensecura
/
3p
/
renode
/
renode
/
1b3955bb502e98afc62e7f23a4718db97e734c2e
/
.
/
src
/
Renode
/
RobotFrameworkEngine
/
HotSpotAction.cs
blob: 4d0b47cd72a60832e151b1975b892ae494990537 [
file
] [
log
] [
blame
]
//
// Copyright (c) 2010-2018 Antmicro
//
// This file is licensed under the MIT License.
// Full license text is available in 'licenses/MIT.txt'.
//
namespace
Antmicro
.
Renode
.
RobotFramework
{
internal
enum
HotSpotAction
{
None
,
Pause
,
Serialize
}
}